home *** CD-ROM | disk | FTP | other *** search
- Rem ArrangeMode Settings
- Global Const ITG_ModeHierarchy% = 0
- Global Const ITG_ModeCompact% = 1
- Global Const ITG_ModeFlowChart% = 2
- Global Const ITG_ModeTree% = 3
-
- Rem AutoArrange Settings
- Global Const ITG_ManualArrange% = 0
- Global Const ITG_AutoArrange% = 1
- Global Const ITG_ArrangeNow% = 2
-
- Rem ConnectionAlign Settings
- Global Const ITG_AlignLeft% = 0
- Global Const ITG_AlignCenter% = 1
- Global Const ITG_AlignRight% = 2
-
- Rem ConnectionArrow Settings
- Global Const ITG_AHNone% = 0
- Global Const ITG_AHSolid% = 1
- Global Const ITG_AHHollow% = 2
- Global Const ITG_AHOutline% = 3
- Global Const ITG_AHSolidCircle% = 4
- Global Const ITG_AHHollowCircle% = 5
-
- Rem DrawBackLinks Settings
- Global Const ITG_NoBackLinks% = 0
- Global Const ITG_SolidBackLinks% = 1
- Global Const ITG_DashedBackLinks% = 2
-
- Rem DrawDir Settings
- Global Const ITG_RightToLeft% = 0
- Global Const ITG_LeftToRight% = 1
- Global Const ITG_BottomToTop% = 2
- Global Const ITG_TopToBottom% = 3
-
- Rem ItemShape Settings
- Global Const ITG_ShapeNone% = 0
- Global Const ITG_ShapeDefault% = 1
- Global Const ITG_ShapeRectangle% = 1
- Global Const ITG_ShapeEllipse% = 2
- Global Const ITG_ShapeRoundRect% = 3
- Global Const ITG_ShapeParallelogram1% = 4
- Global Const ITG_ShapeParallelogram2% = 5
- Global Const ITG_ShapeHexagon% = 6
- Global Const ITG_ShapePage% = 7
- Global Const ITG_ShapeDiamond% = 8
- Global Const ITG_ShapeOctagon% = 9
- Global Const ITG_ShapePapers1% = 10
- Global Const ITG_ShapePapers2% = 11
-
- Rem ItemGraphicAlign and ItemLabelAlign Settings
- Global Const ITG_AlignTopLeft% = 0
- Global Const ITG_AlignTopCenter% = 1
- Global Const ITG_AlignTopRight% = 2
- Global Const ITG_AlignMiddleLeft% = 3
- Global Const ITG_AlignMiddleCenter% = 4
- Global Const ITG_AlignMiddleRight% = 5
- Global Const ITG_AlignBottomLeft% = 6
- Global Const ITG_AlignBottomCenter% = 7
- Global Const ITG_AlignBottomRight% = 8
-
- Rem ItemGraphicStyle Settings
- Global Const ITG_GraphicNone% = 0
- Global Const ITG_GraphicIconFill% = 1
- Global Const ITG_GraphicIconFillIso% = 2
- Global Const ITG_GraphicShapeFill% = 3
- Global Const ITG_GraphicShapeFillIso% = 4
-
- Rem QueryState Settings
- Global Const ITG_QueryNone% = 0
- Global Const ITG_QueryGetSources% = 1
- Global Const ITG_QueryGetTargets% = 2
- Global Const ITG_QueryGetConnections% = 3
- Global Const ITG_QueryGetSelectRectItems% = 4
- Global Const ITG_QueryIterate% = 5
- Global Const ITG_QueryMatchItemId% = 6
- Global Const ITG_QueryMatchItemData% = 7
- Global Const ITG_QueryMatchConnectionId% = 8
- Global Const ITG_QueryMatchConnectionData% = 9
-
- Rem RubberBand Settings
- Global Const ITG_RBNone% = 0
- Global Const ITG_RBItems% = 1
- Global Const ITG_RBHandles% = 2
- Global Const ITG_RBBoth% = 3
-
- Rem GraphicAllowImport Settings
- Global Const ITG_NoImportGraphics% = 0
- Global Const ITG_ImportGraphics% = 1
- Global Const ITG_ModifyDTGraphics% = 2
- Global Const ITG_DeleteDTGraphics% = 3
-
- Rem StoreGraphics Settings
- Global Const ITG_NoLoadGraphics% = 0
- Global Const ITG_NoSaveGraphics% = 1
- Global Const ITG_SaveUsedGraphics% = 2
- Global Const ITG_SaveRTGraphics% = 3
- Global Const ITG_SaveDTGraphics% = 4
-
- Rem AutoMouseEvent Mouse Buttons
- Global Const ITG_LeftButton% = 0
- Global Const ITG_MiddleButton% = 8
- Global Const ITG_RightButton% = 16
-
- Rem AutoMouseEvent Key Modifiers
- Global Const ITG_ShiftDown% = 1
- Global Const ITG_CtrlDown% = 2
- Global Const ITG_AltDown% = 4
-
- Rem AutoMouseEvent Action Flags
- Global Const ITG_ameNone% = 0
- Global Const ITG_ameMouseEvent% = 1
- Global Const ITG_ameConnect% = 2
- Global Const ITG_ameConstrained% = 4
- Global Const ITG_ameDrag% = 8
- Global Const ITG_ameSelect% = 16
- Global Const ITG_ameResize% = 32
-
-